Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Factory for creating an instance of the BlueConic client.

Link copied to clipboard

Interface for the event manager

Link copied to clipboard

Implementation of the event manager interface. This singleton keeps track of an event queue and makes sure the published events are passed on to the registered event handlers.

Link copied to clipboard
open class ClickEvent : Event
Link copied to clipboard
open class Event
Link copied to clipboard
interface EventHandler

Interface for event handlers.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class UpdateValuesEvent(val selector: String, val values: List<String>) : Event